Html Css Color HEX #4BABCB Viking

📋 copy color: '#4BABCB'

red 75 ◦ green 171 ◦ blue 203

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

Shades of Viking #4BABCB

Tints of Viking #4BABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 16.7%
G = 38.08%
B = 45.21%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4BABCB (or 0x4BABCB) is known color: Viking. HEX triplet: 4B, AB and CB. RGB value is (75,171,203). Sum of RGB (Red+Green+Blue) = 75+171+203=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABCB is #B45434. Grayscale: #919191. Windows color (decimal): -11818037 or 13347659. OLE color: 13347659.

HSL color Cylindrical-coordinate representation of color #4BABCB: hue angle of 195º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BABCB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 171 203 -
CMYK 0.63 0.16 0 0.20
HSL 195º 0.55% 0.55% -
HSV(B) 195º 0.63% 0.8% -
XYZ 28.24 34.93 61.75 -
YUV 145.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 75 171 203 0.63 0.16 0 0.20 195 0.55 0.55
Hex 4B AB CB 3F 10 0 14 C3 37 37
Octal 113 253 313 77 20 0 24 303 67 67
Binary 1001011 10101011 11001011 111111 10000 0 10100 11000011 110111 110111

Color Harmonies of #4BABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BABCB

Black with #4BABCB

Text Example


Text Example

White with #4BABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,203); }

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

background-color css

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

 a { background-color: rgb(75,171,203); }

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

border-color css

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

 span { border-color: rgb(75,171,203); }

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