Html Css Color HEX #479AFF Cornflower Blue

📋 copy color: '#479AFF'

red 71 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #479AFF

Tints of Cornflower Blue #479AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 14.79%
G = 32.08%
B = 53.13%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#479AFF (or 0x479AFF) is known color: Cornflower Blue. HEX triplet: 47, 9A and FF. RGB value is (71,154,255). Sum of RGB (Red+Green+Blue) = 71+154+255=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #479AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479AFF is #B86500. Grayscale: #8C8C8C. Windows color (decimal): -12084481 or 16751175. OLE color: 16751175.

HSL color Cylindrical-coordinate representation of color #479AFF: hue angle of 212.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479AFF is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 154 255 -
CMYK 0.72 0.40 0 0
HSL 212.93º 1% 0.64% -
HSV(B) 212.93º 0.72% 1% -
XYZ 32.2 31.67 99.02 -
YUV 140.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 71 154 255 0.72 0.40 0 0 212.93 1 0.64
Hex 47 9A FF 48 28 0 0 D5 64 40
Octal 107 232 377 110 50 0 0 325 144 100
Binary 1000111 10011010 11111111 1001000 101000 0 0 11010101 1100100 1000000

Color Harmonies of #479AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479AFF

Black with #479AFF

Text Example


Text Example

White with #479AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,154,255); }

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

background-color css

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

 a { background-color: rgb(71,154,255); }

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

border-color css

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

 span { border-color: rgb(71,154,255); }

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