Html Css Color HEX #4474EA Royal Blue

📋 copy color: '#4474EA'

red 68 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #4474EA

Tints of Royal Blue #4474EA

RGB

 RED value IS 68 (26.95% from 255) = 16.27%

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 16.27%
G = 27.75%
B = 55.98%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4474EA (or 0x4474EA) is known color: Royal Blue. HEX triplet: 44, 74 and EA. RGB value is (68,116,234). Sum of RGB (Red+Green+Blue) = 68+116+234=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #4474EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4474EA is #BB8B15. Grayscale: #727272. Windows color (decimal): -12290838 or 15365188. OLE color: 15365188.

HSL color Cylindrical-coordinate representation of color #4474EA: hue angle of 222.65º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4474EA is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 116 234 -
CMYK 0.71 0.50 0 0.08
HSL 222.65º 0.8% 0.59% -
HSV(B) 222.65º 0.71% 0.92% -
XYZ 23.48 19.66 80.4 -
YUV 115.1 195.1 94.41 -
System Red Green Blue C M Y K H S L
Decimal 68 116 234 0.71 0.50 0 0.08 222.65 0.8 0.59
Hex 44 74 EA 47 32 0 8 DF 50 3B
Octal 104 164 352 107 62 0 10 337 120 73
Binary 1000100 1110100 11101010 1000111 110010 0 1000 11011111 1010000 111011

Color Harmonies of #4474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474EA

Black with #4474EA

Text Example


Text Example

White with #4474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4474EA; }

 p { color: rgb(68,116,234); }

 H1.HeaderClassName
 {
   color: #4474EA;
 }
 .AnyTagClassName
 {
   color: #4474EA;
 }
</style>

background-color css

<style>
 a { background-color: #4474EA; }

 a { background-color: rgb(68,116,234); }

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

border-color css

<style>
 span { border-color: #4474EA; }

 span { border-color: rgb(68,116,234); }

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