Html Css Color HEX #46A1F7 Cornflower Blue

📋 copy color: '#46A1F7'

red 70 ◦ green 161 ◦ blue 247

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

Shades of Cornflower Blue #46A1F7

Tints of Cornflower Blue #46A1F7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.68%

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 14.64%
G = 33.68%
B = 51.67%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#46A1F7 (or 0x46A1F7) is known color: Cornflower Blue. HEX triplet: 46, A1 and F7. RGB value is (70,161,247). Sum of RGB (Red+Green+Blue) = 70+161+247=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #46A1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A1F7 is #B95E08. Grayscale: #8F8F8F. Windows color (decimal): -12148233 or 16228678. OLE color: 16228678.

HSL color Cylindrical-coordinate representation of color #46A1F7: hue angle of 209.15º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A1F7 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 161 247 -
CMYK 0.72 0.35 0 0.03
HSL 209.15º 0.92% 0.62% -
HSV(B) 209.15º 0.72% 0.97% -
XYZ 32.06 33.51 92.77 -
YUV 143.6 186.35 75.51 -
System Red Green Blue C M Y K H S L
Decimal 70 161 247 0.72 0.35 0 0.03 209.15 0.92 0.62
Hex 46 A1 F7 48 23 0 3 D1 5C 3E
Octal 106 241 367 110 43 0 3 321 134 76
Binary 1000110 10100001 11110111 1001000 100011 0 11 11010001 1011100 111110

Color Harmonies of #46A1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A1F7

Black with #46A1F7

Text Example


Text Example

White with #46A1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,161,247); }

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

background-color css

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

 a { background-color: rgb(70,161,247); }

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

border-color css

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

 span { border-color: rgb(70,161,247); }

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