Html Css Color HEX #4BACCC Viking

📋 copy color: '#4BACCC'

red 75 ◦ green 172 ◦ blue 204

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

Shades of Viking #4BACCC

Tints of Viking #4BACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 16.63%
G = 38.14%
B = 45.23%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4BACCC (or 0x4BACCC) is known color: Viking. HEX triplet: 4B, AC and CC. RGB value is (75,172,204). Sum of RGB (Red+Green+Blue) = 75+172+204=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACCC is #B45333. Grayscale: #929292. Windows color (decimal): -11817780 or 13413451. OLE color: 13413451.

HSL color Cylindrical-coordinate representation of color #4BACCC: hue angle of 194.88º degrees, saturation: 0.56, 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 #4BACCC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 172 204 -
CMYK 0.63 0.16 0 0.2
HSL 194.88º 0.56% 0.55% -
HSV(B) 194.88º 0.63% 0.8% -
XYZ 28.55 35.36 62.45 -
YUV 146.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 75 172 204 0.63 0.16 0 0.2 194.88 0.56 0.55
Hex 4B AC CC 3F 10 0 14 C3 38 37
Octal 113 254 314 77 20 0 24 303 70 67
Binary 1001011 10101100 11001100 111111 10000 0 10100 11000011 111000 110111

Color Harmonies of #4BACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BACCC

Black with #4BACCC

Text Example


Text Example

White with #4BACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,204); }

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

background-color css

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

 a { background-color: rgb(75,172,204); }

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

border-color css

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

 span { border-color: rgb(75,172,204); }

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