Html Css Color HEX #4C66CF Royal Blue

📋 copy color: '#4C66CF'

red 76 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #4C66CF

Tints of Royal Blue #4C66CF

RGB

 RED value IS 76 (30.08% from 255) = 19.74%

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 19.74%
G = 26.49%
B = 53.77%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C66CF (or 0x4C66CF) is known color: Royal Blue. HEX triplet: 4C, 66 and CF. RGB value is (76,102,207). Sum of RGB (Red+Green+Blue) = 76+102+207=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C66CF is #B39930. Grayscale: #696969. Windows color (decimal): -11770161 or 13592140. OLE color: 13592140.

HSL color Cylindrical-coordinate representation of color #4C66CF: hue angle of 228.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C66CF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 102 207 -
CMYK 0.63 0.51 0 0.19
HSL 228.09º 0.58% 0.55% -
HSV(B) 228.09º 0.63% 0.81% -
XYZ 18.99 15.54 61.03 -
YUV 106.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 76 102 207 0.63 0.51 0 0.19 228.09 0.58 0.55
Hex 4C 66 CF 3F 33 0 13 E4 3A 37
Octal 114 146 317 77 63 0 23 344 72 67
Binary 1001100 1100110 11001111 111111 110011 0 10011 11100100 111010 110111

Color Harmonies of #4C66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C66CF

Black with #4C66CF

Text Example


Text Example

White with #4C66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C66CF; }

 p { color: rgb(76,102,207); }

 H1.HeaderClassName
 {
   color: #4C66CF;
 }
 .AnyTagClassName
 {
   color: #4C66CF;
 }
</style>

background-color css

<style>
 a { background-color: #4C66CF; }

 a { background-color: rgb(76,102,207); }

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

border-color css

<style>
 span { border-color: #4C66CF; }

 span { border-color: rgb(76,102,207); }

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