Html Css Color HEX #4BA2EB Summer Sky

📋 copy color: '#4BA2EB'

red 75 ◦ green 162 ◦ blue 235

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

Shades of Summer Sky #4BA2EB

Tints of Summer Sky #4BA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

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

R = 15.89%
G = 34.32%
B = 49.79%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4BA2EB (or 0x4BA2EB) is known color: Summer Sky. HEX triplet: 4B, A2 and EB. RGB value is (75,162,235). Sum of RGB (Red+Green+Blue) = 75+162+235=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #4BA2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA2EB is #B45D14. Grayscale: #8F8F8F. Windows color (decimal): -11820309 or 15442507. OLE color: 15442507.

HSL color Cylindrical-coordinate representation of color #4BA2EB: hue angle of 207.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BA2EB is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 162 235 -
CMYK 0.68 0.31 0 0.08
HSL 207.38º 0.8% 0.61% -
HSV(B) 207.38º 0.68% 0.92% -
XYZ 30.82 33.33 83.41 -
YUV 144.31 179.18 78.56 -
System Red Green Blue C M Y K H S L
Decimal 75 162 235 0.68 0.31 0 0.08 207.38 0.8 0.61
Hex 4B A2 EB 44 1F 0 8 CF 50 3D
Octal 113 242 353 104 37 0 10 317 120 75
Binary 1001011 10100010 11101011 1000100 11111 0 1000 11001111 1010000 111101

Color Harmonies of #4BA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA2EB

Black with #4BA2EB

Text Example


Text Example

White with #4BA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,235); }

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

background-color css

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

 a { background-color: rgb(75,162,235); }

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

border-color css

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

 span { border-color: rgb(75,162,235); }

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