Html Css Color HEX #4568CC Royal Blue

📋 copy color: '#4568CC'

red 69 ◦ green 104 ◦ blue 204

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

Shades of Royal Blue #4568CC

Tints of Royal Blue #4568CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 18.3%
G = 27.59%
B = 54.11%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4568CC (or 0x4568CC) is known color: Royal Blue. HEX triplet: 45, 68 and CC. RGB value is (69,104,204). Sum of RGB (Red+Green+Blue) = 69+104+204=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4568CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568CC is #BA9733. Grayscale: #686868. Windows color (decimal): -12228404 or 13396037. OLE color: 13396037.

HSL color Cylindrical-coordinate representation of color #4568CC: hue angle of 224.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4568CC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 104 204 -
CMYK 0.66 0.49 0 0.2
HSL 224.44º 0.57% 0.54% -
HSV(B) 224.44º 0.66% 0.8% -
XYZ 18.3 15.53 59.16 -
YUV 104.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 69 104 204 0.66 0.49 0 0.2 224.44 0.57 0.54
Hex 45 68 CC 42 31 0 14 E0 39 36
Octal 105 150 314 102 61 0 24 340 71 66
Binary 1000101 1101000 11001100 1000010 110001 0 10100 11100000 111001 110110

Color Harmonies of #4568CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4568CC

Black with #4568CC

Text Example


Text Example

White with #4568CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4568CC; }

 p { color: rgb(69,104,204); }

 H1.HeaderClassName
 {
   color: #4568CC;
 }
 .AnyTagClassName
 {
   color: #4568CC;
 }
</style>

background-color css

<style>
 a { background-color: #4568CC; }

 a { background-color: rgb(69,104,204); }

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

border-color css

<style>
 span { border-color: #4568CC; }

 span { border-color: rgb(69,104,204); }

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