Html Css Color HEX #46A0FC Cornflower Blue

📋 copy color: '#46A0FC'

red 70 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #46A0FC

Tints of Cornflower Blue #46A0FC

RGB

 RED value IS 70 (27.73% from 255) = 14.52%

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 14.52%
G = 33.2%
B = 52.28%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#46A0FC (or 0x46A0FC) is known color: Cornflower Blue. HEX triplet: 46, A0 and FC. RGB value is (70,160,252). Sum of RGB (Red+Green+Blue) = 70+160+252=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #46A0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A0FC is #B95F03. Grayscale: #8F8F8F. Windows color (decimal): -12148484 or 16556102. OLE color: 16556102.

HSL color Cylindrical-coordinate representation of color #46A0FC: hue angle of 210.33º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A0FC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 160 252 -
CMYK 0.72 0.37 0 0.01
HSL 210.33º 0.97% 0.63% -
HSV(B) 210.33º 0.72% 0.99% -
XYZ 32.67 33.47 96.83 -
YUV 143.58 189.18 75.52 -
System Red Green Blue C M Y K H S L
Decimal 70 160 252 0.72 0.37 0 0.01 210.33 0.97 0.63
Hex 46 A0 FC 48 25 0 1 D2 61 3F
Octal 106 240 374 110 45 0 1 322 141 77
Binary 1000110 10100000 11111100 1001000 100101 0 1 11010010 1100001 111111

Color Harmonies of #46A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A0FC

Black with #46A0FC

Text Example


Text Example

White with #46A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A0FC; }

 p { color: rgb(70,160,252); }

 H1.HeaderClassName
 {
   color: #46A0FC;
 }
 .AnyTagClassName
 {
   color: #46A0FC;
 }
</style>

background-color css

<style>
 a { background-color: #46A0FC; }

 a { background-color: rgb(70,160,252); }

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

border-color css

<style>
 span { border-color: #46A0FC; }

 span { border-color: rgb(70,160,252); }

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