Html Css Color HEX #4574F7 Royal Blue

📋 copy color: '#4574F7'

red 69 ◦ green 116 ◦ blue 247

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

Shades of Royal Blue #4574F7

Tints of Royal Blue #4574F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.18%

R = 15.97%
G = 26.85%
B = 57.18%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4574F7 (or 0x4574F7) is known color: Royal Blue. HEX triplet: 45, 74 and F7. RGB value is (69,116,247). Sum of RGB (Red+Green+Blue) = 69+116+247=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #4574F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4574F7 is #BA8B08. Grayscale: #747474. Windows color (decimal): -12225289 or 16217157. OLE color: 16217157.

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

Color convert

RGB 69 116 247 -
CMYK 0.72 0.53 0 0.03
HSL 224.16º 0.92% 0.62% -
HSV(B) 224.16º 0.72% 0.97% -
XYZ 25.49 20.47 90.6 -
YUV 116.88 201.43 93.85 -
System Red Green Blue C M Y K H S L
Decimal 69 116 247 0.72 0.53 0 0.03 224.16 0.92 0.62
Hex 45 74 F7 48 35 0 3 E0 5C 3E
Octal 105 164 367 110 65 0 3 340 134 76
Binary 1000101 1110100 11110111 1001000 110101 0 11 11100000 1011100 111110

Color Harmonies of #4574F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574F7

Black with #4574F7

Text Example


Text Example

White with #4574F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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