Html Css Color HEX #479CEB Cornflower Blue

📋 copy color: '#479CEB'

red 71 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #479CEB

Tints of Cornflower Blue #479CEB

RGB

 RED value IS 71 (28.13% from 255) = 15.37%

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 15.37%
G = 33.77%
B = 50.87%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#479CEB (or 0x479CEB) is known color: Cornflower Blue. HEX triplet: 47, 9C and EB. RGB value is (71,156,235). Sum of RGB (Red+Green+Blue) = 71+156+235=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #479CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CEB is #B86314. Grayscale: #8B8B8B. Windows color (decimal): -12083989 or 15440967. OLE color: 15440967.

HSL color Cylindrical-coordinate representation of color #479CEB: hue angle of 208.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479CEB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 156 235 -
CMYK 0.70 0.34 0 0.08
HSL 208.9º 0.8% 0.6% -
HSV(B) 208.9º 0.7% 0.92% -
XYZ 29.48 31.11 83.05 -
YUV 139.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 71 156 235 0.70 0.34 0 0.08 208.9 0.8 0.6
Hex 47 9C EB 46 22 0 8 D1 50 3C
Octal 107 234 353 106 42 0 10 321 120 74
Binary 1000111 10011100 11101011 1000110 100010 0 1000 11010001 1010000 111100

Color Harmonies of #479CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CEB

Black with #479CEB

Text Example


Text Example

White with #479CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479CEB; }

 p { color: rgb(71,156,235); }

 H1.HeaderClassName
 {
   color: #479CEB;
 }
 .AnyTagClassName
 {
   color: #479CEB;
 }
</style>

background-color css

<style>
 a { background-color: #479CEB; }

 a { background-color: rgb(71,156,235); }

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

border-color css

<style>
 span { border-color: #479CEB; }

 span { border-color: rgb(71,156,235); }

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