Html Css Color HEX #4060F6 Royal Blue

📋 copy color: '#4060F6'

red 64 ◦ green 96 ◦ blue 246

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

Shades of Royal Blue #4060F6

Tints of Royal Blue #4060F6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

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

R = 15.76%
G = 23.65%
B = 60.59%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4060F6 (or 0x4060F6) is known color: Royal Blue. HEX triplet: 40, 60 and F6. RGB value is (64,96,246). Sum of RGB (Red+Green+Blue) = 64+96+246=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #4060F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060F6 is #BF9F09. Grayscale: #666666. Windows color (decimal): -12558090 or 16146496. OLE color: 16146496.

HSL color Cylindrical-coordinate representation of color #4060F6: hue angle of 229.45º 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 #4060F6 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 96 246 -
CMYK 0.74 0.61 0 0.04
HSL 229.45º 0.91% 0.61% -
HSV(B) 229.45º 0.74% 0.96% -
XYZ 22.93 16.11 89.09 -
YUV 103.53 208.4 99.8 -
System Red Green Blue C M Y K H S L
Decimal 64 96 246 0.74 0.61 0 0.04 229.45 0.91 0.61
Hex 40 60 F6 4A 3D 0 4 E5 5B 3D
Octal 100 140 366 112 75 0 4 345 133 75
Binary 1000000 1100000 11110110 1001010 111101 0 100 11100101 1011011 111101

Color Harmonies of #4060F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060F6

Black with #4060F6

Text Example


Text Example

White with #4060F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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