Html Css Color HEX #4574EF Royal Blue

📋 copy color: '#4574EF'

red 69 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #4574EF

Tints of Royal Blue #4574EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 16.27%
G = 27.36%
B = 56.37%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4574EF (or 0x4574EF) is known color: Royal Blue. HEX triplet: 45, 74 and EF. RGB value is (69,116,239). Sum of RGB (Red+Green+Blue) = 69+116+239=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #4574EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4574EF is #BA8B10. Grayscale: #737373. Windows color (decimal): -12225297 or 15692869. OLE color: 15692869.

HSL color Cylindrical-coordinate representation of color #4574EF: hue angle of 223.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4574EF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 116 239 -
CMYK 0.71 0.51 0 0.06
HSL 223.41º 0.84% 0.6% -
HSV(B) 223.41º 0.71% 0.94% -
XYZ 24.28 19.99 84.24 -
YUV 115.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 69 116 239 0.71 0.51 0 0.06 223.41 0.84 0.6
Hex 45 74 EF 47 33 0 6 DF 54 3C
Octal 105 164 357 107 63 0 6 337 124 74
Binary 1000101 1110100 11101111 1000111 110011 0 110 11011111 1010100 111100

Color Harmonies of #4574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574EF

Black with #4574EF

Text Example


Text Example

White with #4574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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