Html Css Color HEX #4B66CF Royal Blue

📋 copy color: '#4B66CF'

red 75 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #4B66CF

Tints of Royal Blue #4B66CF

RGB

 RED value IS 75 (29.69% from 255) = 19.53%

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

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

R = 19.53%
G = 26.56%
B = 53.91%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B66CF (or 0x4B66CF) is known color: Royal Blue. HEX triplet: 4B, 66 and CF. RGB value is (75,102,207). Sum of RGB (Red+Green+Blue) = 75+102+207=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B66CF is #B49930. Grayscale: #696969. Windows color (decimal): -11835697 or 13592139. OLE color: 13592139.

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

Color convert

RGB 75 102 207 -
CMYK 0.64 0.51 0 0.19
HSL 227.73º 0.58% 0.55% -
HSV(B) 227.73º 0.64% 0.81% -
XYZ 18.92 15.5 61.03 -
YUV 105.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 75 102 207 0.64 0.51 0 0.19 227.73 0.58 0.55
Hex 4B 66 CF 40 33 0 13 E4 3A 37
Octal 113 146 317 100 63 0 23 344 72 67
Binary 1001011 1100110 11001111 1000000 110011 0 10011 11100100 111010 110111

Color Harmonies of #4B66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B66CF

Black with #4B66CF

Text Example


Text Example

White with #4B66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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