Html Css Color HEX #4276CE Royal Blue

📋 copy color: '#4276CE'

red 66 ◦ green 118 ◦ blue 206

#4276CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4276CE

Tints of Royal Blue #4276CE

RGB

 RED value IS 66 (26.17% from 255) = 16.92%

 GREEN value IS 118 (46.48% from 255) = 30.26%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 16.92%
G = 30.26%
B = 52.82%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4276CE (or 0x4276CE) is known color: Royal Blue. HEX triplet: 42, 76 and CE. RGB value is (66,118,206). Sum of RGB (Red+Green+Blue) = 66+118+206=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4276CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276CE is #BD8931. Grayscale: #707070. Windows color (decimal): -12421426 or 13530690. OLE color: 13530690.

HSL color Cylindrical-coordinate representation of color #4276CE: hue angle of 217.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4276CE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 118 206 -
CMYK 0.68 0.43 0 0.19
HSL 217.71º 0.59% 0.53% -
HSV(B) 217.71º 0.68% 0.81% -
XYZ 19.87 18.57 60.93 -
YUV 112.48 180.77 94.84 -
System Red Green Blue C M Y K H S L
Decimal 66 118 206 0.68 0.43 0 0.19 217.71 0.59 0.53
Hex 42 76 CE 44 2B 0 13 DA 3B 35
Octal 102 166 316 104 53 0 23 332 73 65
Binary 1000010 1110110 11001110 1000100 101011 0 10011 11011010 111011 110101

Color Harmonies of #4276CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4276CE

Black with #4276CE

Text Example


Text Example

White with #4276CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4276CE; }

 p { color: rgb(66,118,206); }

 H1.HeaderClassName
 {
   color: #4276CE;
 }
 .AnyTagClassName
 {
   color: #4276CE;
 }
</style>

background-color css

<style>
 a { background-color: #4276CE; }

 a { background-color: rgb(66,118,206); }

 div.DivClassName
 {
   background-color: #4276CE;
 }
 .BgClassName
 {
   background-color: #4276CE;
 }
</style>

border-color css

<style>
 span { border-color: #4276CE; }

 span { border-color: rgb(66,118,206); }

 td.TdClassName
 {
   border-color: #4276CE;
 }
 .TagClassName
 {
   border-color: #4276CE;
 }
</style>