Html Css Color HEX #479BED Cornflower Blue

📋 copy color: '#479BED'

red 71 ◦ green 155 ◦ blue 237

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

Shades of Cornflower Blue #479BED

Tints of Cornflower Blue #479BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 15.33%
G = 33.48%
B = 51.19%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#479BED (or 0x479BED) is known color: Cornflower Blue. HEX triplet: 47, 9B and ED. RGB value is (71,155,237). Sum of RGB (Red+Green+Blue) = 71+155+237=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #479BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BED is #B86412. Grayscale: #8A8A8A. Windows color (decimal): -12084243 or 15571783. OLE color: 15571783.

HSL color Cylindrical-coordinate representation of color #479BED: hue angle of 209.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479BED is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 155 237 -
CMYK 0.70 0.35 0 0.07
HSL 209.64º 0.82% 0.6% -
HSV(B) 209.64º 0.7% 0.93% -
XYZ 29.61 30.9 84.52 -
YUV 139.23 183.17 79.33 -
System Red Green Blue C M Y K H S L
Decimal 71 155 237 0.70 0.35 0 0.07 209.64 0.82 0.6
Hex 47 9B ED 46 23 0 7 D2 52 3C
Octal 107 233 355 106 43 0 7 322 122 74
Binary 1000111 10011011 11101101 1000110 100011 0 111 11010010 1010010 111100

Color Harmonies of #479BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BED

Black with #479BED

Text Example


Text Example

White with #479BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,155,237); }

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

background-color css

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

 a { background-color: rgb(71,155,237); }

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

border-color css

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

 span { border-color: rgb(71,155,237); }

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