Html Css Color HEX #4575CE Royal Blue

📋 copy color: '#4575CE'

red 69 ◦ green 117 ◦ blue 206

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

Shades of Royal Blue #4575CE

Tints of Royal Blue #4575CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 17.6%
G = 29.85%
B = 52.55%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4575CE (or 0x4575CE) is known color: Royal Blue. HEX triplet: 45, 75 and CE. RGB value is (69,117,206). Sum of RGB (Red+Green+Blue) = 69+117+206=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #4575CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575CE is #BA8A31. Grayscale: #707070. Windows color (decimal): -12225074 or 13530437. OLE color: 13530437.

HSL color Cylindrical-coordinate representation of color #4575CE: hue angle of 218.98º degrees, saturation: 0.58, 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 #4575CE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 117 206 -
CMYK 0.67 0.43 0 0.19
HSL 218.98º 0.58% 0.54% -
HSV(B) 218.98º 0.67% 0.81% -
XYZ 19.96 18.44 60.9 -
YUV 112.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 69 117 206 0.67 0.43 0 0.19 218.98 0.58 0.54
Hex 45 75 CE 43 2B 0 13 DB 3A 36
Octal 105 165 316 103 53 0 23 333 72 66
Binary 1000101 1110101 11001110 1000011 101011 0 10011 11011011 111010 110110

Color Harmonies of #4575CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575CE

Black with #4575CE

Text Example


Text Example

White with #4575CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4575CE; }

 p { color: rgb(69,117,206); }

 H1.HeaderClassName
 {
   color: #4575CE;
 }
 .AnyTagClassName
 {
   color: #4575CE;
 }
</style>

background-color css

<style>
 a { background-color: #4575CE; }

 a { background-color: rgb(69,117,206); }

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

border-color css

<style>
 span { border-color: #4575CE; }

 span { border-color: rgb(69,117,206); }

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