Html Css Color HEX #4691FB Cornflower Blue

📋 copy color: '#4691FB'

red 70 ◦ green 145 ◦ blue 251

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

Shades of Cornflower Blue #4691FB

Tints of Cornflower Blue #4691FB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 15.02%
G = 31.12%
B = 53.86%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4691FB (or 0x4691FB) is known color: Cornflower Blue. HEX triplet: 46, 91 and FB. RGB value is (70,145,251). Sum of RGB (Red+Green+Blue) = 70+145+251=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #4691FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4691FB is #B96E04. Grayscale: #868686. Windows color (decimal): -12152325 or 16486726. OLE color: 16486726.

HSL color Cylindrical-coordinate representation of color #4691FB: hue angle of 215.14º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4691FB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 145 251 -
CMYK 0.72 0.42 0 0.02
HSL 215.14º 0.96% 0.63% -
HSV(B) 215.14º 0.72% 0.98% -
XYZ 30.06 28.52 95.19 -
YUV 134.66 193.65 81.88 -
System Red Green Blue C M Y K H S L
Decimal 70 145 251 0.72 0.42 0 0.02 215.14 0.96 0.63
Hex 46 91 FB 48 2A 0 2 D7 60 3F
Octal 106 221 373 110 52 0 2 327 140 77
Binary 1000110 10010001 11111011 1001000 101010 0 10 11010111 1100000 111111

Color Harmonies of #4691FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4691FB

Black with #4691FB

Text Example


Text Example

White with #4691FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4691FB; }

 p { color: rgb(70,145,251); }

 H1.HeaderClassName
 {
   color: #4691FB;
 }
 .AnyTagClassName
 {
   color: #4691FB;
 }
</style>

background-color css

<style>
 a { background-color: #4691FB; }

 a { background-color: rgb(70,145,251); }

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

border-color css

<style>
 span { border-color: #4691FB; }

 span { border-color: rgb(70,145,251); }

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