Html Css Color HEX #4566CF Royal Blue

📋 copy color: '#4566CF'

red 69 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #4566CF

Tints of Royal Blue #4566CF

RGB

 RED value IS 69 (27.34% from 255) = 18.25%

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

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

R = 18.25%
G = 26.98%
B = 54.76%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4566CF (or 0x4566CF) is known color: Royal Blue. HEX triplet: 45, 66 and CF. RGB value is (69,102,207). Sum of RGB (Red+Green+Blue) = 69+102+207=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4566CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4566CF is #BA9930. Grayscale: #676767. Windows color (decimal): -12228913 or 13592133. OLE color: 13592133.

HSL color Cylindrical-coordinate representation of color #4566CF: hue angle of 225.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4566CF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 102 207 -
CMYK 0.67 0.51 0 0.19
HSL 225.65º 0.59% 0.54% -
HSV(B) 225.65º 0.67% 0.81% -
XYZ 18.47 15.27 61.01 -
YUV 104.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 69 102 207 0.67 0.51 0 0.19 225.65 0.59 0.54
Hex 45 66 CF 43 33 0 13 E2 3B 36
Octal 105 146 317 103 63 0 23 342 73 66
Binary 1000101 1100110 11001111 1000011 110011 0 10011 11100010 111011 110110

Color Harmonies of #4566CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4566CF

Black with #4566CF

Text Example


Text Example

White with #4566CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4566CF; }

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

 H1.HeaderClassName
 {
   color: #4566CF;
 }
 .AnyTagClassName
 {
   color: #4566CF;
 }
</style>

background-color css

<style>
 a { background-color: #4566CF; }

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

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

border-color css

<style>
 span { border-color: #4566CF; }

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

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