Html Css Color HEX #4574F9 Royal Blue

📋 copy color: '#4574F9'

red 69 ◦ green 116 ◦ blue 249

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

Shades of Royal Blue #4574F9

Tints of Royal Blue #4574F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 249 (97.66% from 255) = 57.37%

R = 15.9%
G = 26.73%
B = 57.37%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4574F9 (or 0x4574F9) is known color: Royal Blue. HEX triplet: 45, 74 and F9. RGB value is (69,116,249). Sum of RGB (Red+Green+Blue) = 69+116+249=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #4574F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4574F9 is #BA8B06. Grayscale: #747474. Windows color (decimal): -12225287 or 16348229. OLE color: 16348229.

HSL color Cylindrical-coordinate representation of color #4574F9: hue angle of 224.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4574F9 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 116 249 -
CMYK 0.72 0.53 0 0.02
HSL 224.33º 0.94% 0.62% -
HSV(B) 224.33º 0.72% 0.98% -
XYZ 25.8 20.6 92.24 -
YUV 117.11 202.43 93.69 -
System Red Green Blue C M Y K H S L
Decimal 69 116 249 0.72 0.53 0 0.02 224.33 0.94 0.62
Hex 45 74 F9 48 35 0 2 E0 5E 3E
Octal 105 164 371 110 65 0 2 340 136 76
Binary 1000101 1110100 11111001 1001000 110101 0 10 11100000 1011110 111110

Color Harmonies of #4574F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574F9

Black with #4574F9

Text Example


Text Example

White with #4574F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4574F9; }

 p { color: rgb(69,116,249); }

 H1.HeaderClassName
 {
   color: #4574F9;
 }
 .AnyTagClassName
 {
   color: #4574F9;
 }
</style>

background-color css

<style>
 a { background-color: #4574F9; }

 a { background-color: rgb(69,116,249); }

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

border-color css

<style>
 span { border-color: #4574F9; }

 span { border-color: rgb(69,116,249); }

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