Html Css Color HEX #4071F6 Royal Blue

📋 copy color: '#4071F6'

red 64 ◦ green 113 ◦ blue 246

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

Shades of Royal Blue #4071F6

Tints of Royal Blue #4071F6

RGB

 RED value IS 64 (25.39% from 255) = 15.13%

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 15.13%
G = 26.71%
B = 58.16%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4071F6 (or 0x4071F6) is known color: Royal Blue. HEX triplet: 40, 71 and F6. RGB value is (64,113,246). Sum of RGB (Red+Green+Blue) = 64+113+246=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #4071F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071F6 is #BF8E09. Grayscale: #707070. Windows color (decimal): -12553738 or 16150848. OLE color: 16150848.

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

Color convert

RGB 64 113 246 -
CMYK 0.74 0.54 0 0.04
HSL 223.85º 0.91% 0.61% -
HSV(B) 223.85º 0.74% 0.96% -
XYZ 24.65 19.55 89.66 -
YUV 113.51 202.77 92.69 -
System Red Green Blue C M Y K H S L
Decimal 64 113 246 0.74 0.54 0 0.04 223.85 0.91 0.61
Hex 40 71 F6 4A 36 0 4 E0 5B 3D
Octal 100 161 366 112 66 0 4 340 133 75
Binary 1000000 1110001 11110110 1001010 110110 0 100 11100000 1011011 111101

Color Harmonies of #4071F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071F6

Black with #4071F6

Text Example


Text Example

White with #4071F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,113,246); }

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

background-color css

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

 a { background-color: rgb(64,113,246); }

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

border-color css

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

 span { border-color: rgb(64,113,246); }

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