Html Css Color HEX #4666D6 Royal Blue

📋 copy color: '#4666D6'

red 70 ◦ green 102 ◦ blue 214

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

Shades of Royal Blue #4666D6

Tints of Royal Blue #4666D6

RGB

 RED value IS 70 (27.73% from 255) = 18.13%

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 18.13%
G = 26.42%
B = 55.44%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4666D6 (or 0x4666D6) is known color: Royal Blue. HEX triplet: 46, 66 and D6. RGB value is (70,102,214). Sum of RGB (Red+Green+Blue) = 70+102+214=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #4666D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666D6 is #B99929. Grayscale: #686868. Windows color (decimal): -12163370 or 14050886. OLE color: 14050886.

HSL color Cylindrical-coordinate representation of color #4666D6: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4666D6 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 102 214 -
CMYK 0.67 0.52 0 0.16
HSL 226.67º 0.64% 0.56% -
HSV(B) 226.67º 0.67% 0.84% -
XYZ 19.41 15.66 65.62 -
YUV 105.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 70 102 214 0.67 0.52 0 0.16 226.67 0.64 0.56
Hex 46 66 D6 43 34 0 10 E3 40 38
Octal 106 146 326 103 64 0 20 343 100 70
Binary 1000110 1100110 11010110 1000011 110100 0 10000 11100011 1000000 111000

Color Harmonies of #4666D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666D6

Black with #4666D6

Text Example


Text Example

White with #4666D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4666D6; }

 p { color: rgb(70,102,214); }

 H1.HeaderClassName
 {
   color: #4666D6;
 }
 .AnyTagClassName
 {
   color: #4666D6;
 }
</style>

background-color css

<style>
 a { background-color: #4666D6; }

 a { background-color: rgb(70,102,214); }

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

border-color css

<style>
 span { border-color: #4666D6; }

 span { border-color: rgb(70,102,214); }

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