Html Css Color HEX #4574F6 Royal Blue

📋 copy color: '#4574F6'

red 69 ◦ green 116 ◦ blue 246

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

Shades of Royal Blue #4574F6

Tints of Royal Blue #4574F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.08%

R = 16.01%
G = 26.91%
B = 57.08%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4574F6 (or 0x4574F6) is known color: Royal Blue. HEX triplet: 45, 74 and F6. RGB value is (69,116,246). Sum of RGB (Red+Green+Blue) = 69+116+246=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #4574F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4574F6 is #BA8B09. Grayscale: #747474. Windows color (decimal): -12225290 or 16151621. OLE color: 16151621.

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

Color convert

RGB 69 116 246 -
CMYK 0.72 0.53 0 0.04
HSL 224.07º 0.91% 0.62% -
HSV(B) 224.07º 0.72% 0.96% -
XYZ 25.33 20.41 89.79 -
YUV 116.77 200.93 93.93 -
System Red Green Blue C M Y K H S L
Decimal 69 116 246 0.72 0.53 0 0.04 224.07 0.91 0.62
Hex 45 74 F6 48 35 0 4 E0 5B 3E
Octal 105 164 366 110 65 0 4 340 133 76
Binary 1000101 1110100 11110110 1001000 110101 0 100 11100000 1011011 111110

Color Harmonies of #4574F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574F6

Black with #4574F6

Text Example


Text Example

White with #4574F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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