Html Css Color HEX #4575DA Royal Blue

📋 copy color: '#4575DA'

red 69 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #4575DA

Tints of Royal Blue #4575DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 17.08%
G = 28.96%
B = 53.96%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4575DA (or 0x4575DA) is known color: Royal Blue. HEX triplet: 45, 75 and DA. RGB value is (69,117,218). Sum of RGB (Red+Green+Blue) = 69+117+218=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #4575DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575DA is #BA8A25. Grayscale: #717171. Windows color (decimal): -12225062 or 14316869. OLE color: 14316869.

HSL color Cylindrical-coordinate representation of color #4575DA: hue angle of 220.67º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4575DA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 117 218 -
CMYK 0.68 0.46 0 0.15
HSL 220.67º 0.67% 0.56% -
HSV(B) 220.67º 0.68% 0.85% -
XYZ 21.47 19.05 68.88 -
YUV 114.16 186.6 95.79 -
System Red Green Blue C M Y K H S L
Decimal 69 117 218 0.68 0.46 0 0.15 220.67 0.67 0.56
Hex 45 75 DA 44 2E 0 F DD 43 38
Octal 105 165 332 104 56 0 17 335 103 70
Binary 1000101 1110101 11011010 1000100 101110 0 1111 11011101 1000011 111000

Color Harmonies of #4575DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575DA

Black with #4575DA

Text Example


Text Example

White with #4575DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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