Html Css Color HEX #486FE4 Royal Blue

📋 copy color: '#486FE4'

red 72 ◦ green 111 ◦ blue 228

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

Shades of Royal Blue #486FE4

Tints of Royal Blue #486FE4

RGB

 RED value IS 72 (28.52% from 255) = 17.52%

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 228 (89.45% from 255) = 55.47%

R = 17.52%
G = 27.01%
B = 55.47%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#486FE4 (or 0x486FE4) is known color: Royal Blue. HEX triplet: 48, 6F and E4. RGB value is (72,111,228). Sum of RGB (Red+Green+Blue) = 72+111+228=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #486FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FE4 is #B7901B. Grayscale: #707070. Windows color (decimal): -12029980 or 14970696. OLE color: 14970696.

HSL color Cylindrical-coordinate representation of color #486FE4: hue angle of 225º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486FE4 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 111 228 -
CMYK 0.68 0.51 0 0.11
HSL 225º 0.74% 0.59% -
HSV(B) 225º 0.68% 0.89% -
XYZ 22.36 18.35 75.76 -
YUV 112.68 193.08 98.99 -
System Red Green Blue C M Y K H S L
Decimal 72 111 228 0.68 0.51 0 0.11 225 0.74 0.59
Hex 48 6F E4 44 33 0 B E1 4A 3B
Octal 110 157 344 104 63 0 13 341 112 73
Binary 1001000 1101111 11100100 1000100 110011 0 1011 11100001 1001010 111011

Color Harmonies of #486FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FE4

Black with #486FE4

Text Example


Text Example

White with #486FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486FE4; }

 p { color: rgb(72,111,228); }

 H1.HeaderClassName
 {
   color: #486FE4;
 }
 .AnyTagClassName
 {
   color: #486FE4;
 }
</style>

background-color css

<style>
 a { background-color: #486FE4; }

 a { background-color: rgb(72,111,228); }

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

border-color css

<style>
 span { border-color: #486FE4; }

 span { border-color: rgb(72,111,228); }

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