Html Css Color HEX #4BA5CC Viking

📋 copy color: '#4BA5CC'

red 75 ◦ green 165 ◦ blue 204

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

Shades of Viking #4BA5CC

Tints of Viking #4BA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

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

R = 16.89%
G = 37.16%
B = 45.95%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4BA5CC (or 0x4BA5CC) is known color: Viking. HEX triplet: 4B, A5 and CC. RGB value is (75,165,204). Sum of RGB (Red+Green+Blue) = 75+165+204=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5CC is #B45A33. Grayscale: #8E8E8E. Windows color (decimal): -11819572 or 13411659. OLE color: 13411659.

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

Color convert

RGB 75 165 204 -
CMYK 0.63 0.19 0 0.2
HSL 198.14º 0.56% 0.55% -
HSV(B) 198.14º 0.63% 0.8% -
XYZ 27.26 32.77 62.01 -
YUV 142.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 75 165 204 0.63 0.19 0 0.2 198.14 0.56 0.55
Hex 4B A5 CC 3F 13 0 14 C6 38 37
Octal 113 245 314 77 23 0 24 306 70 67
Binary 1001011 10100101 11001100 111111 10011 0 10100 11000110 111000 110111

Color Harmonies of #4BA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA5CC

Black with #4BA5CC

Text Example


Text Example

White with #4BA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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