Html Css Color HEX #4BA6FA Cornflower Blue

📋 copy color: '#4BA6FA'

red 75 ◦ green 166 ◦ blue 250

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

Shades of Cornflower Blue #4BA6FA

Tints of Cornflower Blue #4BA6FA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 15.27%
G = 33.81%
B = 50.92%

CMYK

 C value IS 0.7

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BA6FA (or 0x4BA6FA) is known color: Cornflower Blue. HEX triplet: 4B, A6 and FA. RGB value is (75,166,250). Sum of RGB (Red+Green+Blue) = 75+166+250=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA6FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA6FA is #B45905. Grayscale: #939393. Windows color (decimal): -11819270 or 16426571. OLE color: 16426571.

HSL color Cylindrical-coordinate representation of color #4BA6FA: hue angle of 208.8º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA6FA is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 166 250 -
CMYK 0.7 0.34 0 0.02
HSL 208.8º 0.95% 0.64% -
HSV(B) 208.8º 0.7% 0.98% -
XYZ 33.79 35.67 95.55 -
YUV 148.37 185.35 75.67 -
System Red Green Blue C M Y K H S L
Decimal 75 166 250 0.7 0.34 0 0.02 208.8 0.95 0.64
Hex 4B A6 FA 46 22 0 2 D1 5F 40
Octal 113 246 372 106 42 0 2 321 137 100
Binary 1001011 10100110 11111010 1000110 100010 0 10 11010001 1011111 1000000

Color Harmonies of #4BA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA6FA

Black with #4BA6FA

Text Example


Text Example

White with #4BA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,166,250); }

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

background-color css

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

 a { background-color: rgb(75,166,250); }

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

border-color css

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

 span { border-color: rgb(75,166,250); }

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