Html Css Color HEX #4BAAFE Cornflower Blue

📋 copy color: '#4BAAFE'

red 75 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #4BAAFE

Tints of Cornflower Blue #4BAAFE

RGB

 RED value IS 75 (29.69% from 255) = 15.03%

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 15.03%
G = 34.07%
B = 50.9%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BAAFE (or 0x4BAAFE) is known color: Cornflower Blue. HEX triplet: 4B, AA and FE. RGB value is (75,170,254). Sum of RGB (Red+Green+Blue) = 75+170+254=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAAFE is #B45501. Grayscale: #969696. Windows color (decimal): -11818242 or 16689739. OLE color: 16689739.

HSL color Cylindrical-coordinate representation of color #4BAAFE: hue angle of 208.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BAAFE is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 170 254 -
CMYK 0.70 0.33 0 0.00
HSL 208.16º 0.99% 0.65% -
HSV(B) 208.16º 0.7% 1% -
XYZ 35.17 37.4 99.13 -
YUV 151.17 186.03 73.67 -
System Red Green Blue C M Y K H S L
Decimal 75 170 254 0.70 0.33 0 0.00 208.16 0.99 0.65
Hex 4B AA FE 46 21 0 0 D0 63 41
Octal 113 252 376 106 41 0 0 320 143 101
Binary 1001011 10101010 11111110 1000110 100001 0 0 11010000 1100011 1000001

Color Harmonies of #4BAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAFE

Black with #4BAAFE

Text Example


Text Example

White with #4BAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BAAFE; }

 p { color: rgb(75,170,254); }

 H1.HeaderClassName
 {
   color: #4BAAFE;
 }
 .AnyTagClassName
 {
   color: #4BAAFE;
 }
</style>

background-color css

<style>
 a { background-color: #4BAAFE; }

 a { background-color: rgb(75,170,254); }

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

border-color css

<style>
 span { border-color: #4BAAFE; }

 span { border-color: rgb(75,170,254); }

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