Html Css Color HEX #4CB2FF Malibu

📋 copy color: '#4CB2FF'

red 76 ◦ green 178 ◦ blue 255

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

Shades of Malibu #4CB2FF

Tints of Malibu #4CB2FF

RGB

 RED value IS 76 (30.08% from 255) = 14.93%

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 14.93%
G = 34.97%
B = 50.1%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CB2FF (or 0x4CB2FF) is known color: Malibu. HEX triplet: 4C, B2 and FF. RGB value is (76,178,255). Sum of RGB (Red+Green+Blue) = 76+178+255=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CB2FF is #B34D00. Grayscale: #9B9B9B. Windows color (decimal): -11750657 or 16757324. OLE color: 16757324.

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

Color convert

RGB 76 178 255 -
CMYK 0.70 0.30 0 0
HSL 205.81º 1% 0.65% -
HSV(B) 205.81º 0.7% 1% -
XYZ 36.95 40.6 100.5 -
YUV 156.28 183.71 70.74 -
System Red Green Blue C M Y K H S L
Decimal 76 178 255 0.70 0.30 0 0 205.81 1 0.65
Hex 4C B2 FF 46 1E 0 0 CE 64 41
Octal 114 262 377 106 36 0 0 316 144 101
Binary 1001100 10110010 11111111 1000110 11110 0 0 11001110 1100100 1000001

Color Harmonies of #4CB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB2FF

Black with #4CB2FF

Text Example


Text Example

White with #4CB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,178,255); }

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

background-color css

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

 a { background-color: rgb(76,178,255); }

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

border-color css

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

 span { border-color: rgb(76,178,255); }

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